From 549a68de064102b7eb09f64b5f65b1da77fa048e Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Mon, 30 Sep 2019 00:00:49 -0400 Subject: [PATCH 3/3] PostgreSQL 12 release. The usual updates for a release (topbar, homepage, roadmap) as well as moving the "beta" page to its "non-beta" state. --- templates/index.html | 75 +++++++++++++++++++++------------- templates/pages/developer/beta.html | 17 ++++---- templates/pages/developer/roadmap.html | 14 ++++--- templates/pages/include/topbar.html | 2 +- 4 files changed, 64 insertions(+), 44 deletions(-) diff --git a/templates/index.html b/templates/index.html index b90e638f..fba6bc9d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -47,25 +47,37 @@

- 2019-09-26 - PostgreSQL 12 RC 1 Released! + 2019-10-03 - PostgreSQL 12 Released!

- The PostgreSQL Global Development Group announces - that the first release candidate of - PostgreSQL 12 - is now available for download. As a release - candidate, PostgreSQL 12 RC 1 should be identical to the initial release of - PostgreSQL 12, though some more - fixes may be applied prior to the general availability of PostgreSQL 12. + The PostgreSQL Global Development Group today announced the release of + PostgreSQL 12, the latest version of + the world's most advanced open source database.

- The planned date for the general availability of PostgreSQL 12 is October 3, - 2019. + PostgreSQL 12 enhancements + include notable improvements to query + performance, particularly over larger data sets, and overall space + utilization. This release provides application developers with new + capabilities such as + SQL/JSON path expression + support, optimizations for how common table expression (WITH) + queries are executed, and generated columns.

- You can - download the release candidate here. + The PostgreSQL community continues to support the extensibility and + robustness of PostgreSQL, with further additions to + internationalization, authentication, and providing easier ways to + administrate PostgreSQL. This release also introduces the + pluggable table storage interface, + which allows developers to create their own methods for storing data. +

+

+ For more information, please see the + release notes. You can + download PostgreSQL 12 + here.